home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / pgpblu25.zip / PGPSETUP.TXT < prev    next >
Text File  |  1994-06-16  |  5KB  |  138 lines

  1. ~0f      
  2.  
  3.  
  4.     This file has been included for those of you just
  5. getting started with PGP.  This file shows you how to setup PGP
  6. in DOS and in OS/2.  If you read you the instructions, and don't
  7. skip over anything you won't have any problems setting up PGP.
  8.  
  9.  
  10. ---------------------------------------------------------------
  11.     DOS SETUP
  12. ---------------------------------------------------------------
  13.  
  14.  
  15.  [1]  Create a directory called PGP.
  16.  [2]  Uncompress your PGP files to this directory.
  17.  [3]  Load your AUTOEXEC.BAT into your favorite text editor.
  18.  [4]  Add this line   "SET PGPPATH=C:\PGP"   to your AUTOEXEC.BAT
  19.  [5]  Add "C:\PGP"  to the end of your path statement in your AUTOEXEC.BAT
  20.  EXAMPLE:
  21.  (Original path statement) PATH C:\;C:\DOS;C:\WINDOWS;C:\BLUEWAVE;C:\UTIL
  22.  (New path statement) PATH C:\;C:\DOS;C:\WINDOWS;C:\BLUEWAVE;C:\UTIL;C:\PGP
  23.  
  24. *NOTE: For steps [4] and [5] If you have put PGP into a different directory
  25.        substitute "C:\PGP" for the directory the PGP files are in.
  26.  
  27.  [6]  Add this line  "SET TZ=(Put your time zone here)"  to your AUTOEXEC.BAT
  28.  
  29.     TIME ZONES  :
  30.   Pacific time : PST8PDT
  31.   Mountain time: MST7MDT
  32.   Arizona      : MST7
  33.   Central time : CST6CDT
  34.   Eastern time : EST5EDT
  35.   London       : GMT0BST
  36.   Amsterdam    : MET-1DST
  37.   Moscow       : MSK-3MSD
  38.   Aukland      : NZT-13
  39.  
  40.  EXAMPLE:
  41.   If you live in the Central time zone you would add the following line to
  42.   your AUTOEXEC.BAT file.
  43.  
  44.   SET TZ=CST6CDT
  45.  
  46.  [7]  Reboot your computer to make these changes take effect.
  47.  [8]  Goto to your PGP directory and type the following line
  48.       PGP -kg this will start the process of generating your own secret and
  49.       public keys.
  50.       You will be asked to choose the size of your key.
  51.  
  52.         KEY SIZE
  53.      1) 512 bits- Fast but not as secure
  54.      2) 768 bits- Medium Speed more secure
  55.      3) 1024 bits-Slow, highest security
  56.      Choose one of these keys depending on the security you wish.
  57.      The 1024 bit key causes about a 2 to 3 second delay on a 386/33mhz
  58.      computer when Decrypting a message.
  59.  [9]  Now you need to enter a user ID.  This should be your name, optionally
  60.       adding your e-mail address to the end in angle brackets.
  61.       EXAMPLE: Carl Forester <1:366/515>
  62.  [10] Now you need to enter your pass phrase.  This should be a short and
  63.       easy to remember sentence.
  64.  [11] Then you will be asked to type in some random letters.
  65.  [12] Now you are ready to start using PGP.
  66.  
  67. *NOTE: It is recommended that you read the documentation that came with PGP.
  68.        But this short setup will get you started.
  69.  
  70. *NOTE:Typing PGP -h will bring up a list of PGP commands with a short
  71.       description
  72.  
  73. --------------------------------------------------------------------------
  74.     OS/2 SETUP
  75. --------------------------------------------------------------------------
  76.  
  77.  
  78.  [1]  Create a directory called PGP.
  79.  [2]  Uncompress your PGP files to this directory.
  80.  [3]  Load your CONFIG.SYS into your favorite text editor.
  81.  [4]  Add this line   "SET PGPPATH=C:\PGP\"  to your CONFIG.SYS
  82.  [5]  Add "C:\PGP"  to the end of your path statement in your CONFIG.SYS
  83.  EXAMPLE:
  84.  (Original path statement)SET PATH=C:\;C:\OS2;C:\OS2\APPS;C:\BLUEWAVE
  85.  (New path statement)SET PATH=C:\;C:\OS2;C:\OS2\APPS;C:\BLUEWAVE;C:\PGP
  86.  
  87. *NOTE: For steps [4] and [5] If you have put PGP into a different directory
  88.        substitute "C:\PGP" for the directory the PGP files are in.
  89.  
  90. *NOTE: In step [4] the last backslash must be included.
  91.  [6]  Add this line  "SET TZ=(Put your time zone here)"  to your CONFIG.SYS
  92.  
  93.     TIME ZONES  :
  94.   Pacific time : PST8PDT
  95.   Mountain time: MST7MDT
  96.   Arizona      : MST7
  97.   Central time : CST6CDT
  98.   Eastern time : EST5EDT
  99.   London       : GMT0BST
  100.   Amsterdam    : MET-1DST
  101.   Moscow       : MSK-3MSD
  102.   Aukland      : NZT-13
  103.  
  104.  EXAMPLE:
  105.   If you live in the Central time zone you would add the following line to
  106.   your CONFIG.SYS file.
  107.  
  108.   SET TZ=CST6CDT
  109.  
  110.  [7]  Reboot your computer to make these changes take  effect
  111.  [8]  Goto to your PGP directory and type the following line
  112.       PGP32 -kg this will start the process of generating your own secret
  113.       and public keys.
  114.       You will be asked to choose the size of your key.
  115.  
  116.         KEY SIZE
  117.      1) 512 bits- Fast but not as secure
  118.      2) 768 bits- Medium Speed more secure
  119.      3) 1024 bits-Slow, highest security
  120.      Choose one of these keys depending on the security you wish.
  121.      The 1024 bit key causes about a 2 to 3 second delay on a 386/33mhz
  122.      computer when Decrypting a message.
  123.  [9]  Now you need to enter a user ID.  This should be your name, optionally
  124.       adding your e-mail address to the end in angle brackets.
  125.  
  126.       EXAMPLE: Carl Forester <1:366/515>
  127.  
  128.  [10] Now you need to enter your pass phrase.  This should be a short and
  129.       easy to remember sentence.
  130.  [11] Then you will be asked to type in some random letters.
  131.  [12] Now you are ready to start using PGP.
  132.  
  133. *NOTE: It is recommended that you read the documentation that came with PGP.
  134.        But this short setup will get you started.
  135.  
  136. *NOTE:Typing PGP32 -h will bring up a list of PGP commands with a short
  137.       description
  138.